You are here: COM Interface > Interfaces > ISearchJob Interface > ISearchJob::OutputListingName Property
Close
dtSearch Text Retrieval Engine Programmer's Reference
ISearchJob::OutputListingName Property
Syntax
IDL
__property BSTR OutputListingName;

If set to a filename, the name and hitcount of each file retrieved in the search will be written to this file.

If DelayDocInfo is true, the list will be built from the best-matching files after the search is done, sorted by relevance, and will contain at most MaxFilesToRetrieve items. If DelayDocInfo is false, the list will include all files retrieved in the search, in the order they were found. Note: for most applications, the Results property will be a more efficient way to obtain search results.